home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / utils / sharsrc.arc / makefile next >
Makefile  |  1990-03-20  |  97b  |  6 lines

  1. CFLAGS    = -A -VSMALL
  2.  
  3. shar.ttp : shar.c makefile
  4.     cc shar.c $(CFLAGS) -o shar.ttp
  5.     strip shar.ttp
  6.